Actually i am running python script in background through which i open some directories (explorer) now i want to do more operations like back , open sub folder i can do this through current window's path and i am not able to get it Plz help me ASAP.
You must be logged in to post. Please login or register an account.
By "focused," what do you mean? Sounds like you mean focused as in what the active window is, as in a GUI. So far, from what I can tell, you aren't needing to interact with any GUI. Am I wrong?
-Harrison 9 years ago
You must be logged in to post. Please login or register an account.
Have you seen pyautogui? Check out: https://pyautogui.readthedocs.org/en/latest/
-TimK 9 years ago
You must be logged in to post. Please login or register an account.